www.gusucode.com > VC 串口通讯_数据库存取例子-源码程序 > VC 串口通讯_数据库存取例子-源码程序/code/Modem3/ShineijiDialog.cpp

    //Download by http://www.NewXing.com
// ShineijiDialog.cpp : implementation file
//

#include "stdafx.h"
#include "Modem3.h"
#include "ShineijiDialog.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CShineijiDialog dialog


CShineijiDialog::CShineijiDialog(CWnd* pParent /*=NULL*/)
	: CDialog(CShineijiDialog::IDD, pParent)
{
	//{{AFX_DATA_INIT(CShineijiDialog)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void CShineijiDialog::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CShineijiDialog)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CShineijiDialog, CDialog)
	//{{AFX_MSG_MAP(CShineijiDialog)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CShineijiDialog message handlers